@import url("./nav.css");
@import url("./footer.css");

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body{
    height: 100%;
    width: 100%;
}
body{
    overflow-x: hidden;
}

#crpri{
    display: flex; 
    flex-wrap: wrap;
    justify-content: center; 
    align-items:center;

}

#crpri img{
    position: relative;
}

#crsup{
    display: flex; 
    flex-wrap: wrap;
    justify-content: center; 
    align-items:center;
}

#crpri h2{
    color:black;
    position: absolute;
    margin-top: 380px;


}

#crsup img{
    position: relative;
}

#crsup h2{
    color:black;
    position: absolute;
    margin-top: 380px;

}


#marqu{
    /* border: 1px solid red; */
    background-color:#fdc800;
}

#marqu p{
    font-weight: bold;
    font-size: 20px;
    color:#002147;
}

/*======== Buttton Box Div======== */
.bttndiv{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    height:max-content ;
    width: 100%;
    /* border: 1px solid red; */
    padding:20px;

}

.box{
    /* border: 1px solid black; */
    height: 70px;
    width: 159px;
    box-shadow: 1px 1px 10px 1px gray;

}

.box{
    text-align: center;
    padding-top:20px;
    border-radius: 4px;
    transition: all 0.5s;
}

.box:hover{
    background-color: #fdc800;
    transform:rotatey(5deg);
}



.box h2{
    color: #002147;
}



#enq{
    font-size: 20px;
    color:#002147;
    font-weight: bold;
    font-size: 20px;
}


/* =======Home Content Div======= */

.contentdiv{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    width: 100%;
    height:max-content;
    /* border: 1px solid red; */
    /* padding: 10px; */
    gap:30px;
    
}

.schol{
    /* border: 1px solid black; */
    width: 600px;
    height:max-content;
    padding: 20px;
    border-radius: 10px;
    background-color: #C00021;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);

}

.schol h1{
    color: white;
}

.schol p{
    padding-top: 30px;
    font-size:20px;
    color: white;
}

.schol button{
    height: 30px;
    width: 120px;
    border-radius:12px;
    background-color:#002147;
    color:white;
    border:none;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.3s all;
}

.schol button:hover{
    transform:translateY(5px) ;
}


.Vissiondiv{
    /* border: 1px solid black; */
    background-color: greenyellow;
    color:#002147;
    width: 600px;
    height:max-content;
    padding: 31px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.Vissiondiv p{
    padding-top: 30px;
    font-size:20px;
}

.Vissiondiv button{
    height: 30px;
    width: 120px;
    border-radius:12px;
    background-color:#002147;
    color:white;
    border:none;
    margin-top: 30px;
    cursor: pointer;
}

.Vissiondiv button:hover{
    transform:translateY(5px);
    transition: 0.3s all;

}

#our_gallery_heading{
    color: #002147;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#our_gallerydiv{
    margin-bottom: 10px;
    height: max-content;
    border-radius: 30px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}



.item{
    height: 450px;
    width: 1440px;
}
/*------------------------- Marquee tag a tag id------------------------ */
#onadmform{
    text-decoration: none;
    color: #002147;
}

#onadmform:hover{
    text-decoration: underline;
}



.newgif{
    margin-left: 30px;
    height: 20px;
    width: 50px;
    background-color: #fdc800;
}


